Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 8 - TCP/IP Services / TCP/IP Services Reference
Constants and Data Types


Internet System Information Structure

The OTInetSysInfo function (page 8-44) returns information about a host in an internet system information structure. The internet system information structure is defined by the InetSysInfo data type.

struct InetSysInfo {
   char        cpuType[kMaxSysStringLen];
   char        osType[kMaxSysStringLen];
};
Field Description
cpuType
The CPU type of the specified host. This is a displayable character string maintained by the domain name server.
osType
The operating system running on the specified host. This is a displayable character string maintained by the domain name server.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996